VObject::Getclipper

Section: ET++ method description (n)
Updated: automatically Mon Apr 8 20:17:57 1991
Index Return to Main Contents
 

NAME

VObject::Getclipper - instance method  

TEMPLATE

nextClipper = Clipper * Getclipper()  

SPECIFIERS

public  

DESCRIPTION

Getclipper calls the method FindContainerOfClass to get the next container which IsKindOf the class Clipper. If there is no Clipper in the container chain NULL is returned. NULL is also returned if the container chain is not initialized yet, which is the case before a window is opened the first time.
See also method GetView and method GetWindow.  

ARGUMENTS

none

 

RETURN ARGUMENT

Clipper * nextClipper

the next container which IsKindOf
the class Clipper or NULL
 

CATEGORIES

container handling, client interface

 

FILES

implementation:
VObject.C

 

KNOWN PROBLEMS

The name should obviously be GetClipper.


 

Index

NAME
TEMPLATE
SPECIFIERS
DESCRIPTION
ARGUMENTS
RETURN ARGUMENT
CATEGORIES
FILES
KNOWN PROBLEMS

This document was created by man2html, using the manual pages.
Time: 00:40:21 GMT, March 30, 2022